home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre2.z / postgre2 / doc / implementation / planner / 0.abstr next >
Encoding:
Text File  |  1992-08-27  |  810 b   |  44 lines

  1. .th
  2. .tp
  3. .nr sp 14
  4. .nr pp 12
  5. .ll 6i
  6. .sz \n(sp
  7. .(l C
  8. .ft B
  9. THE DESIGN AND IMPLEMENTATION
  10. OF THE POSTGRES QUERY OPTIMIZER
  11. .sp 2
  12. .sz \n(pp
  13. .ft I
  14. Zelaine Fong
  15.  
  16. .ft R
  17. Masters Report
  18.  
  19. Computer Science Division
  20. Department of Electrical Engineering and Computer Science
  21. University of California
  22. Berkeley, CA  94720
  23. .sp 3
  24. .ft I
  25. ABSTRACT
  26. .)l
  27. .sp
  28. .ft R
  29. .ip ""
  30. .lp
  31. .(l F
  32. This report describes the query optimizer implemented for POSTGRES,
  33. a next-generation relational database management system.
  34. The report focuses on novel features supported by POSTGRES that the
  35. optimizer must contend with.
  36. Algorithms that address these issues are presented, and
  37. implementation decisions made are also discussed.
  38. Lastly, results from performance tests are included to illustrate
  39. the feasibility of our efforts.
  40. .)l
  41. .sp 3
  42. .nf
  43. August 1986
  44.